GraphProcessor

constructor(discoveryPlugin: AbstractDiscoveryPlugin<*>, logger: AbstractLogger = DefaultGraphLogger(), fragmentPatcher: FragmentPatcher = FragmentPatcher( defaultExtension = discoveryPlugin.targetExtension, logger = logger, ))

Parameters

discoveryPlugin

A plugin which handles the discovery of .graphql files in this case we will be using AssetManagerDiscoveryPlugin